
####################################################
#  
#    carcols.dat found in the \data directroy
#
####################################################

STEP 1

Open carcols.dat found in the gta3 data\ directory.
find the first section that contains lines like below:

5,5,5				# 0 black			black
245,245,245			# 1 white			white
42,119,161			# 2 police car blue		blue
179,54,58			# 3 cherry red			red
38,55,57			# 4 midnight blue		dark blue
134,68,110			# 5 temple curtain purple	purple
243,237,71			# 6 taxi yellow			yellow
76,117,183			# 7 striking blue		bright blue

skip down to the bottom of this cols section and you should see:

65,69,76			# 94 dark5			dark

directly after this, on a new line, paste this line:

255,252,39                      # 95 yellow11                   yellow

NOTE: If you have other custom colours, the id number e.g (# 95)
      will have to be changed to a unique number. e.g if your last number
      in the list has # 97, change the code you just pasted in to # 98.

STEP 2

Once you have done the above, scroll down the page and you will find
a list of cars with numbers after them.

Find 'diablos' in the list and change the '0,0' to '95,0' (without the ' ')

NOTE: If you had to change the # key in Step 1, instead of 95 here, replace
      it with the # key number you typed before. e.g 98.

STEP 3

Save carcols.dat and move onto the next step in the Readme.




end of section.